home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / MSDOS / (m)aac / INSTALL.DOC < prev    next >
Text File  |  1986-08-02  |  4KB  |  81 lines

  1.            INSTALLATION INSTRUCTIONS FOR THE NEW YORK WORD
  2.  
  3.     The  NYW  package is stored in a special archived format. In order
  4. to de-archive the files, you need the  public  domain  utility  called
  5. ARC,  version  3.0  or  later.  This  utility  can  be downloaded from
  6. virtually every bulletin board in the country.
  7.  
  8.     To extract all of the files, type "ARC E NYW" from the DOS prompt.
  9.  
  10.     Among the extracted files are three files which are important (but
  11. not required) in order to configure your NYW environment. These  files
  12. are : 
  13.  
  14.   1) WPDEFAUL  -  default values for system configuration
  15.   2) WPFORMAT  -  default values for format block number 0
  16.   3) WPPRMENU  -  default values for the printer menu
  17.  
  18.     As  of this date, these three files should be placed in any direc-
  19. tory in your search path, or in a directory which you will ALWAYS  use
  20. for  word  processing.  At  a later date, I may add a parameter in the
  21. WPDEFAUL file which lets the user specify  a  search  path  for  these
  22. files. 
  23.  
  24.     Although you can alter the values of the parameters in these files
  25. without reading the manual, it's recommended that you read the  manual
  26. and  have  a little bit of practice with NYW before modifying them. In
  27. each file, however, there is some help information.
  28.  
  29.     The executable file is called WP.EXE. This should be placed in one
  30. of the directories which is included  in  your  DOS  search  path,  or
  31. placed in your current directory. To find out what your current search
  32. path  is,  type "PATH" from the DOS prompt. Refer to the MS/DOS manual
  33. if you need help on changing your search path.
  34.  
  35.     Also  included are a few ".PRT" files. These files contain printer
  36. codes for each printer. Read the file "SKELETON.PRT" to learn  how  to
  37. build and modify your own .PRT file.
  38.  
  39.     The  first  line  of  your  "WPPRMENU"  configuration  file should
  40. contain  the  name  of  your  printer.  For  instance, since I have an
  41. Okidata Model 84, the first line of my  WPPRMENU  file  has  the  word
  42. "oki84".  The  first time that you print a file, NYW will search for a
  43. file that has the name of that printer, plus a ".PRT"  extension.  For
  44. instance,  NYW  would  search  for  a file called "OKI84.PRT". When it
  45. finds the file, it will read in the printer codes, and interpret them.
  46.  
  47.     You should put the ".PRT" file that  you  choose  in  one  of  the
  48. directories in your search path, preferably the one that also contains
  49. the configuration files.
  50.  
  51.  
  52.                        THE NYWORD HELP FACILITY
  53.  
  54.     Among  the files that you will find in the NYWord package are help
  55. files.  Each  help  file  is called "NYWHELP.xx", where xx is a one or
  56. two-digit  number. These files should be stored either in your current
  57. directory, or in a directory which is in your DOS search path.
  58.  
  59.     When  you  press  the  <HELP>  command, NYWord searches all of the
  60. directories in your DOS search path for a  file  called  "NYWHELP.00".
  61. This file contains the text for the main help menu, and can be changed
  62. by  you  if you want (see below). When NYWord finds this file, it will
  63. display it on the screen, and then prompt you for the help selection.
  64.  
  65.     To read a help file, type the number next to the  help  topic  you
  66. want  to  view.  NYWord  will then look for a file called "NYWHELP.nn"
  67. where  nn is the number you just typed, and if found, will display the
  68. file. After you view this file, NYWord will re-display the  main  help
  69. screen and prompt you for the next selection.
  70.  
  71. CHANGING THE HELP FILES
  72.  
  73.     These  help  files  are  in  ASCII form, and their contents can be
  74. changed by using any text editor available. If you  decide  to  change
  75. it,  then  make  sure  that  you  save  your  changes  in  ASCII  form
  76. (especially if you use a word processor  which  writes  out  files  in
  77. their own format).
  78.  
  79.     You  can  add  your  own  help  files,  as  long  as  you  name it
  80. "NYWHELP.xx", where xx is a one or two-digit number.  These  new  help
  81. files should reside in the same directory as the other help files.